From 89e565a82f9b3a17add5bbaae24e3868299aa548 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 17 Mar 2011 15:44:03 -0400 Subject: [PATCH] stylecontext: add an inline-toolbar style class --- gtk/gtkstylecontext.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 805f787fd6..daf997fa08 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -241,6 +241,13 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar" +/** + * GTK_STYLE_CLASS_INLINE_TOOLBAR: + * + * A CSS class to match inline toolbars. + */ +#define GTK_STYLE_CLASS_INLINE_TOOLBAR "inline-toolbar" + /** * GTK_STYLE_CLASS_RADIO: * -- 2.30.2